home *** CD-ROM | disk | FTP | other *** search
/ Champak 74 / Volume 74 My Disc - Damaged.iso / Games / shusher.swf / scripts / frame_50 / DoAction.as
Text File  |  2008-08-08  |  294b  |  11 lines

  1. _root.setTimerDigits(0,0,_root.Interface.GameTimer);
  2. stopAllSounds();
  3. SFX.gotoAndPlay("WinLevel");
  4. gameInPlay = false;
  5. Game.Player.gotoAndStop("down");
  6. Game.Player.Clip.gotoAndStop("Stop");
  7. Interface.gotoAndPlay("WinLevel");
  8. removeMovieClip("Flashlight");
  9. quietNoisyPeople();
  10. stop();
  11.